-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Privacy settings manual scenarios #26764
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #26764 +/- ##
========================================
Coverage 70.15% 70.15%
========================================
Files 1425 1425
Lines 49656 49656
Branches 13892 13892
========================================
Hits 34833 34833
Misses 14823 14823 ☔ View full report in Codecov by Sentry. |
Builds ready [9e8f59c]
Page Load Metrics (1822 ± 87 ms)
Bundle size diffs
|
Builds ready [699807a]
Page Load Metrics (1648 ± 70 ms)
Bundle size diffs
|
test/manual-scenarios/privacy-settings/check "Network details check" toggle works correctly.md
Outdated
Show resolved
Hide resolved
Builds ready [d1c2f1a]
Page Load Metrics (1753 ± 61 ms)
Bundle size diffs
|
test/manual-scenarios/privacy-settings/check "Display NFT media" toggle works correctly.md
Outdated
Show resolved
Hide resolved
…m/MetaMask/metamask-extension into privacy-settings-manual-scenarios
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Builds ready [754ecb5]
Page Load Metrics (1709 ± 96 ms)
Bundle size diffs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @benjisclowder , the scenarios looks good for me. Could you remove this change in the PR?
@chloeYue, good observation!! @benjisclowder, I removed the folder. |
…m/MetaMask/metamask-extension into privacy-settings-manual-scenarios
Thanks for that, Harika. Fortunately I've managed to solve my issue with pushing changes on remote and this PR is looking good now. I would appreciate one last review to be able to merge. Thank you! |
Quality Gate passedIssues Measures |
Builds ready [299e85b]
Page Load Metrics (1742 ± 68 ms)
|
## **Description** #26764 created files with double-quotes in filenames. Windows cannot handle that, and gives this error ``` Check Out Branch: invalid path 'test/manual-scenarios/privacy-settings/check "Display NFT media" toggle works correctly.md' invalid path 'test/manual-scenarios/privacy-settings/check "IPFS gateway" toggle works correctly.md' invalid path 'test/manual-scenarios/privacy-settings/check "Network details check" toggle works correctly.md' invalid path 'test/manual-scenarios/privacy-settings/check "Show ENS domains in address bar" toggle works correctly.md' ``` Renamed to use single quotes. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/27071?quickstart=1) ## **Related issues** Fixes: #26764 ## **Manual testing steps** ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge author checklist** - [x] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
Description
This PR documents the manual test scenarios for several privacy settings functionalities. Below is a summary of the validations included in these manual scenarios:
Related issues
Fixes: #21963, #21964, #21966, #21967
Manual testing steps
Please click link for the rendered view
--> test/manual-scenarios/privacy-settings/check "Network details check" toggle works correctly.md
https://github.com/user-attachments/assets/9a60b564-7503-44b9-9ca0-810e857a4529
--> test/manual-scenarios/privacy-settings/check "IPFS gateway" toggle works correctly.md
https://github.com/user-attachments/assets/3e2e5135-9343-4d8c-808f-e3f599928d52
--> test/manual-scenarios/privacy-settings/check "Show ENS domains in address bar" toggle works correctly.md
https://github.com/user-attachments/assets/79df9cc4-0083-458f-be06-d524c7ca135f
--> test/manual-scenarios/privacy-settings/check "Display NFT media" toggle works correctly.md
https://github.com/user-attachments/assets/a54ef74f-00b4-4554-a7ac-9cd1e53800a4